Information about plays

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

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

{
    "id": 479850,
    "uri": "https://api.kexp.org/v2/plays/479850/?format=api",
    "airdate": "2001-10-24T19:00:00-07:00",
    "show": 8188,
    "show_uri": "https://api.kexp.org/v2/shows/8188/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41A0RANFYEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41A0RANFYEL._SL75_.jpg",
    "song": "Flyin' High (Yesterday)",
    "track_id": "75854b84-ad7a-47cc-b6b0-8f431839ed99",
    "recording_id": null,
    "artist": "Johnny Copeland",
    "artist_ids": [
        "dda28e24-42e8-4ef9-9f06-c12541cacbad"
    ],
    "album": "Flyin' High",
    "release_id": "093121fc-a549-4e88-bc3a-e56cb38f85fa",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}