Information about plays

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

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

{
    "id": 1359963,
    "uri": "https://api.kexp.org/v2/plays/1359963/?format=api",
    "airdate": "2008-04-09T03:08:20-07:00",
    "show": 23749,
    "show_uri": "https://api.kexp.org/v2/shows/23749/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Factorytown",
    "track_id": "baad589d-b97e-48bc-8ad9-a694f4e51992",
    "recording_id": null,
    "artist": "Poland",
    "artist_ids": [
        "1d69f099-e667-4901-a358-ac305f2bd019"
    ],
    "album": "Schoolboy Crush On Che Guevara",
    "release_id": "3e3b5eb2-d55a-41ab-8340-36d7d959dccb",
    "release_group_id": null,
    "labels": [
        "Class M Records"
    ],
    "label_ids": [
        "19960ba7-5344-4533-b3f3-005d923e0f02"
    ],
    "release_date": "2008-05-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}