Information about plays

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

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

{
    "id": 480736,
    "uri": "https://api.kexp.org/v2/plays/480736/?format=api",
    "airdate": "2001-10-27T10:14:00-07:00",
    "show": 8204,
    "show_uri": "https://api.kexp.org/v2/shows/8204/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Still in Love With You",
    "track_id": "f6b09875-40b2-44bb-88c1-97806d02db2c",
    "recording_id": null,
    "artist": "Marcia Aitken",
    "artist_ids": [
        "fa0830ee-dd78-4303-9848-f3b8f313f9a8"
    ],
    "album": "Reggae Love Songs: 50 Jamaican Lovers Classics (disc 2)",
    "release_id": "cdbbdc98-b142-45b3-972d-3a06076d9e4f",
    "release_group_id": null,
    "labels": [
        "Soul Jazz"
    ],
    "label_ids": [],
    "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"
}