Information about plays

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

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

{
    "id": 1292563,
    "uri": "https://api.kexp.org/v2/plays/1292563/?format=api",
    "airdate": "2007-10-19T00:59:52-07:00",
    "show": 22614,
    "show_uri": "https://api.kexp.org/v2/shows/22614/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Marching Across Grey Earth",
    "track_id": "80d7d576-43ea-43f4-90ba-a4a97576e27e",
    "recording_id": null,
    "artist": "Ernest Gonzales",
    "artist_ids": [
        "25f7f810-3dc0-400e-a8e3-796819450264"
    ],
    "album": "While on Saturn's Rings",
    "release_id": "6fbc703d-9a70-4f5e-8929-874f04ecf6eb",
    "release_group_id": null,
    "labels": [
        "Exponential"
    ],
    "label_ids": [
        "7d3fb7cd-3f55-44f1-859e-587fbf217afa"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}