Information about plays

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

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

{
    "id": 1375407,
    "uri": "https://api.kexp.org/v2/plays/1375407/?format=api",
    "airdate": "2008-05-17T22:46:29-07:00",
    "show": 24006,
    "show_uri": "https://api.kexp.org/v2/shows/24006/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51loQA8zuUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51loQA8zuUL._SL75_.jpg",
    "song": "Poisonous Times",
    "track_id": "abef61f5-2a1a-4173-bcb7-504ccf56ed1e",
    "recording_id": null,
    "artist": "The Old Haunts",
    "artist_ids": [
        "ea93931f-16fe-4a55-8169-96c140228152"
    ],
    "album": "Poisonous Times",
    "release_id": "ce5dbb57-e493-4a00-83ff-943d1d30b007",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2008-04-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}