Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/490360/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 490360,
    "uri": "https://api.kexp.org/v2/plays/490360/?format=api",
    "airdate": "2001-11-25T23:00:00-08:00",
    "show": 8400,
    "show_uri": "https://api.kexp.org/v2/shows/8400/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51pyeGqZI0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51pyeGqZI0L._SL75_.jpg",
    "song": "Soul on Soul",
    "track_id": "51104abb-0c84-448c-9477-ba8a2d29d8ad",
    "recording_id": null,
    "artist": "Dave Douglas",
    "artist_ids": [
        "c423b65c-2302-45dd-a3a4-ae10e519196a"
    ],
    "album": "Soul on Soul",
    "release_id": "149f2327-20fe-437b-867a-d75d2b134cb9",
    "release_group_id": null,
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}