Information about plays

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

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

{
    "id": 1355018,
    "uri": "https://api.kexp.org/v2/plays/1355018/?format=api",
    "airdate": "2008-03-27T18:27:00-07:00",
    "show": 23666,
    "show_uri": "https://api.kexp.org/v2/shows/23666/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Are They Gonna Make Us Outlaws Again?",
    "track_id": null,
    "recording_id": null,
    "artist": "James Talley",
    "artist_ids": [
        "3a90362d-1beb-4f20-b612-1fa3ced2461d"
    ],
    "album": "Tryin' Like the Devil",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}