Information about plays

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

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

{
    "id": 1294354,
    "uri": "https://api.kexp.org/v2/plays/1294354/?format=api",
    "airdate": "2007-10-23T17:19:42-07:00",
    "show": 22645,
    "show_uri": "https://api.kexp.org/v2/shows/22645/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CXu3ltqYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CXu3ltqYL._SL75_.jpg",
    "song": "The American in Me",
    "track_id": "6b192824-f049-42b6-9a36-f1c58a1b73db",
    "recording_id": null,
    "artist": "Avengers",
    "artist_ids": [
        "f290c284-cc49-49a6-bc89-3f58de0c40ed"
    ],
    "album": "The American in Me",
    "release_id": "9149e071-9651-473b-93f2-8067356aedbe",
    "release_group_id": null,
    "labels": [
        "DBK Works"
    ],
    "label_ids": [
        "4742fffd-4097-42a6-9156-9a03546c5198"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}