Information about plays

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

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

{
    "id": 2681650,
    "uri": "https://api.kexp.org/v2/plays/2681650/?format=api",
    "airdate": "2020-01-03T14:59:55-08:00",
    "show": 46284,
    "show_uri": "https://api.kexp.org/v2/shows/46284/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anniversary One",
    "track_id": "ce60d4f5-6d77-4a6b-b1b0-bb430e6bd072",
    "recording_id": null,
    "artist": "Gabriel Teodros",
    "artist_ids": [
        "2584dbb7-683d-498a-a2c5-05147e07587e"
    ],
    "album": "The Anniversary EP",
    "release_id": "33f1fd1a-6723-43f5-9aa5-9745c1082a8e",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-12-09",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}