Information about plays

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

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

{
    "id": 516246,
    "uri": "https://api.kexp.org/v2/plays/516246/?format=api",
    "airdate": "2002-02-10T12:00:00-08:00",
    "show": 8906,
    "show_uri": "https://api.kexp.org/v2/shows/8906/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41X89E6KQKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41X89E6KQKL._SL75_.jpg",
    "song": "Where Will I Be",
    "track_id": "cfae4de1-3462-4f53-8e66-1fc025634c2e",
    "recording_id": null,
    "artist": "Emmylou Harris",
    "artist_ids": [
        "35ef61ca-43db-4772-ba27-0489e9ebcb69"
    ],
    "album": "Wrecking Ball",
    "release_id": "5356227c-f489-4dd8-aeee-621866b1882c",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "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"
}