Information about plays

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

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

{
    "id": 1342385,
    "uri": "https://api.kexp.org/v2/plays/1342385/?format=api",
    "airdate": "2008-02-23T21:24:20-08:00",
    "show": 23452,
    "show_uri": "https://api.kexp.org/v2/shows/23452/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm A Modern Modern Man",
    "track_id": null,
    "recording_id": null,
    "artist": "Blackouts",
    "artist_ids": [
        "4341e6c4-a940-45f5-9e02-b6b287da70f6"
    ],
    "album": "The Severed Tongue Speaks For Everyone",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dead Beat Records"
    ],
    "label_ids": [
        "d7ac6893-b390-44be-a317-747766784e3d"
    ],
    "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"
}