Information about plays

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

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

{
    "id": 446550,
    "uri": "https://api.kexp.org/v2/plays/446550/?format=api",
    "airdate": "2001-07-19T05:48:00-07:00",
    "show": 7542,
    "show_uri": "https://api.kexp.org/v2/shows/7542/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Dx9FfewAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Dx9FfewAL._SL75_.jpg",
    "song": "Stepping Stone",
    "track_id": "8aac5aba-8a6d-4472-9eb8-2bffdd793634",
    "recording_id": null,
    "artist": "Jimi Hendrix",
    "artist_ids": [
        "06fb1c8b-566e-4cb2-985b-b467c90781d4"
    ],
    "album": "First Rays of the New Rising Sun",
    "release_id": "e37dbca5-99bc-4b79-b707-b66d31de4f2f",
    "release_group_id": null,
    "labels": [
        "Experience Hendrix"
    ],
    "label_ids": [
        "5677c51a-a6d3-4ce6-abab-d9699c46f5f4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}